home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / vlibbc.zip / README.1ST next >
Text File  |  1992-02-04  |  4KB  |  85 lines

  1.  
  2.                      VISUALIB (c) Graphics Library
  3.                   ( Borland C++ / Turbo C++ version )
  4.  
  5. Visualib is a comprehensive state-of-the-art graphics library for Microsoft
  6. Windows environment. It contains powerful and efficient functions to transform
  7. and display both 2D and 3D graphic objects. Visualib can be used with either
  8. Microsoft C / Microsoft Windows Software Development Kit version 3.0
  9. or Borland C++ / Turbo C++ for Windows version 2.0 and up. This a free trial
  10. version for Borland C++ / Turbo C++ for Windows.
  11.  
  12. Main features of Visualib includes:
  13.  
  14. << 2D and 3D Graphics Viewing Systems >>
  15. User can establish virtually unlimited number of independent 2D and 3D 
  16. viewers. In each viewer, user can select various parameters such as the
  17. viewport, eye position, perspective or orthogonal projections, view volume,
  18. etc.
  19.  
  20. << Transformation functions and stack >>
  21. Visualib provides a sophisticated transformation mechanism to support
  22. virtually all types of graphics transformations. Visualib maintain a
  23. transformation stack which can be used in conjunction with the transformation
  24. functions to achieve flexible and efficient graphic effects.
  25.  
  26. << Graphic object drawing functions >>
  27. Visualib supports a full set of common 2D and 3D drawing functions such as
  28. lines, polygons, ellipses, spheres, polyhedra, etc. Backface culling is
  29. implemented for 3D viewers. User may also select double buffer mode to
  30. achieve smooth animation effects.
  31. Visualib also provides the powerful curve and surface drawing functions such
  32. as Bezier, Hermit curves, B-Spline, NURBS curves and surfaces.
  33.  
  34. Visualib greatly extends the capabilities of windows' GDI functions. Visualib
  35. uses float type for specifying coordinates and implements its own clipping in
  36. homogeneous coordinates, which effectively avoids the common integer
  37. overflow problem associated with the GDI functions. However, all GDI functions
  38. are still available and the function calls from both systems can be used at
  39. the same time. Visualib can be used with any types of device context -
  40. screens, printers, or memory. Consequently, the same routine for display can
  41. also be used for printing or storing. Visualib uses the attributes such as
  42. colors, line width of the device context set by the GDI functions.
  43.  
  44. Visualib is the only graphics package for the Windows that delivers the
  45. power of high-end graphics work stations. For everyone interested in using
  46. graphics in the Windows, Visualib is an indispensable tool.
  47. Whether you are developing a CAD application or simply drawing
  48. a nice business char, you will find that Visualib can save your time and
  49. money. Visualib will free the user from writing highly sophisticated and
  50. tedious graphics routines and obtain beautiful 2D and 3D graphics with ease.
  51.  
  52. Visualib disk contains the following files:
  53.  
  54. README.1ST - this file
  55. REGISTER.TXT - ASCII registration form
  56. VISUALIB.LIB - the main library file
  57. VISUALIB.H   - the header file
  58. VISUALIB.HLP  - on-line Windows help of Visualib
  59. VLIBDEMO.C    - Visualib demo program source code
  60. VLIBDEMO.H    - Visualib demo program include file
  61. VLIBDEMO.RC   - Visualib demo program resource script
  62. VLIBDEMO.DEF  - Visualib demo program module definition
  63. VLIBDEMO.EXE  - Visualib demo program executable
  64.  
  65. The best place to start your Visualib programming is the demo program VLIBDEMO
  66. included in the distribution disk. The executable file is ready to run in
  67. Windows. Try it and enjoy the show!
  68.  
  69. The source code VLIBDEMO.C illustrated the application of Visualib library to
  70. create beautiful graphics applications. It uses many features on Visualib and
  71. may serve as a template on using Visualib.
  72.  
  73. VISUALIB.HLP is the on-line reference of Visualib. It is in Windows Help
  74. format. You may read it by running WinHelp or access it from the demo program
  75. VLIBDEMO.
  76.  
  77. You may try Visualib free of charge for 45 days. After the free trial period,
  78. you must register it with Visual Tech if you decide to continue using
  79. Visualib. See REGISTER.TXT for more information.
  80.  
  81. Visual Tech Co.
  82. P.O. Box 8735
  83. Fort Wayne, IN 46898
  84. (219)489-0235
  85.